C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class

C1ListView<T> Class Properties

For a list of all members of this type, see C1ListView<T> members.

Public Properties
 NameDescription
Public PropertyGets or sets the C1.Blazor.Core.C1Color that is used to paint the background of the odd items.  
Public PropertyGets or sets the C1.Blazor.Core.C1Color of the odd items.  
Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets the underlying collection.  
Public PropertyGets or sets the property name or path of the item that will be used to extract the text that will be displayed.  
Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the C1.Blazor.Core.C1Color that is used to paint the background of the groups.  
Public PropertyGets or sets the template used to display groups.  
Public PropertyGets or sets the C1.Blazor.Core.C1Color of the group items.  
Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the C1.Blazor.Core.C1Color that is used to paint the background of items.  
Public PropertyGets or sets the callback that will be called when an item is double tapped.  
Public PropertyGets the height of the items.  
Public PropertyGets the collection of items displayed in the list.  
Public PropertyGets or sets the collection of items.  
Public PropertyGets or sets the style of the items.  
Public PropertyGets or sets the callback that will be called when an item is tapped.  
Public PropertyGets or sets the template used to render the items.  
Public PropertyGets or sets the C1.Blazor.Core.C1Color of the items.  
Public PropertyGets or sets the callback that is called when the items are being loaded.  
Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets visibility of the vertical scrollbar.  
Public PropertyGets or sets the ListView selection.  
Public PropertyOccurs after selection changed.  
Public PropertyGets or sets how the cells or rows are selected.  
Public PropertyGets or sets the style of the selection.  
Public PropertyGets or sets the width of the line separating items.  
Public PropertySets the name of the property used to control checkboxes placed next to each item.  
Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets the value corresponding to the tabindex global attribute. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
Public PropertyGets the height of the viewport.  
Public PropertyEvent callback that will be invoked when viewport is updated.  
Top
See Also